func encoding/asn1.appendTimeCommon

3 uses

	encoding/asn1 (current package)
		marshal.go#L402: 	return appendTimeCommon(dst, t), nil
		marshal.go#L413: 	return appendTimeCommon(dst, t), nil
		marshal.go#L416: func appendTimeCommon(dst []byte, t time.Time) []byte {